Skip to main content

rowAlternateColor

Type

property

Summary

Specifies the fill color of alternate rows when property alternateRowColors is true.

Syntax

set the rowAlternateColor of widget to <RGB Color>
get the rowAlternateColor of widget

Description

Use the rowAlternateColor property to get and set the fill color of the alternate table rows. It is only effective when property alternateRowColors is set to true

Examples

set the rowAlternateColor of widget"PolyGrid" to "196,255,224"